home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP Şubat 1998.iso
/
drivers
/
GRAFIK
/
DIAMOND
/
ST3D2XX0
/
NT4
/
3D2NT4_2.EXE
/
rar
/
OEMSETUP.INF
< prev
next >
Wrap
Windows Setup INFormation
|
1997-05-14
|
14KB
|
115 lines
; oemsetup.inf
;
; Installation inf for the Diamond Multimedia Systems, Inc. stlth3d graphics adapter.
;
[Version]
Signature="$CHICAGO$"
Provider=%Diamond%
ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
Class=Display
[DestinationDirs]
DefaultDestDir = 11
stlth3d.Miniport = 12 ; drivers
stlth3d.Display = 11 ; system32
;
; Driver information
;
[Manufacturer]
%Diamond% = Diamond.Mfg
[Diamond.Mfg]
%Diamond% Stealth 3D 2000 Series = stlth3d
%Diamond% Stealth 3D 2000 Pro Series = stlth3d
%Diamond% Stealth 3D 3000 Series = stlth3d
;
; General installation section
;
[stlth3d]
CopyFiles=stlth3d.Miniport, stlth3d.Display
;
; File sections
;
[stlth3d.Miniport]
stlth3d.sys
[stlth3d.Display]
stlth3d.dll
;
; Service Installation
;
[stlth3d.Services]
AddService = stlth3d, 0x00000002, stlth3d_Service_Inst, stlth3d_EventLog_Inst
[stlth3d_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 1 ; SERVICE_SYSTEM_START
ErrorControl = 0 ; SERVICE_ERROR_IGNORE
LoadOrderGroup = Video
ServiceBinary = %12%\stlth3d.sys
[stlth3d_EventLog_Inst]
AddReg = stlth3d_EventLog_AddReg
[stlth3d_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\stlth3d.sys"
HKR,,TypesSupported,0x00010001,7
;
; Software Installation
;
[stlth3d.SoftwareSettings]
AddReg = stlth3d_SoftwareDeviceSettings
[stlth3d_SoftwareDeviceSettings]
HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, stlth3d
HKR,, VgaCompatible, %REG_DWORD%, 0
;
; Source file information
;
[SourceDisksNames.x86]
1 = %DiskId%,,,""
[SourceDisksFiles]
stlth3d.sys = 1
stlth3d.dll = 1
[Strings]
;
; Non-Localizable Strings
;
REG_SZ = 0x00000000
REG_MULTI_SZ = 0x00010000
REG_EXPAND_SZ = 0x00020000
REG_BINARY = 0x00000001
REG_DWORD = 0x00010001
SERVICEROOT = System\CurrentControlSet\Services
;
; Localizable Strings
;
DiskId = "Diamond Multimedia Systems, Inc. Installation DISK (VIDEO)"
GraphAdap = "Graphics Adapter"
Diamond = "Diamond Multimedia Systems, Inc."